home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
rdblib
/
rberror.qdh
< prev
next >
Wrap
Text File
|
1994-04-01
|
40KB
|
1,628 lines
///////////////////////////////
//
// Help for error system in RDBLIB
//
///////////////////////////////
//////////////////////////////////////////
// Table of Contents/Index
/////////////////////////////////////////
/topic INDEX
/title Error System Help
/para \sa150 \brdrb \brdrth
/text \b\fs40,Error System Help
/endpara
/para \fi200 \sa150
This help provides information on the errors that may happen while
you are running a Visual Basic program. It provides an indication
of the cause of the error and what possible actions you may be
able to perform to correct the error.
/endpara
/para
Help is provided on the following types of errors:
\line
/link UnrecoverableErrors,Unrecoverable Errors
\line
/link RecoverableErrors,Recoverable Errors
\line
/link Error6,Error 6 - Overflow
\line
/link Error7,Out of Memory Errors
\line
/link Error11,Error 11 - Division By Zero
\line
/link Error48,Error in Loading DLL or Custom Control
\line
/link Error53,Error 53 - File Not Found
\line
/link Error57,Error 57 - Device I/O Error
\line
/link Error58,Error 58 - File Already Exists
\line
/link Error61,Error 61 - Disk Full
\line
/link Error64,Error 64 - Bad File Name
\line
/link Error67,Error 67 - Too Many Files
\line
/link Error68,Error 68 - Device Unavailable
\line
/link Error70,Permission Denied
\line
/link Error71,Error 71 - Disk Not Ready
\line
/link Error74,Path/File Access Error
\line
/link Error76,Error 76 - Path Not Found
\line
/link ErrorDDE,DDE Errors
\line
/link Error282,Error 282 - No Application Responded To a DDE Initiate
\line
/link Error283,Error 283 - Multiple Applications Responded to DDE Initiate
\line
/link Error320,Error 320 - Can't Use Character Device Name
\line
/link OleErrors,OLE Errors
\line
/link Error31023,Error 31023 - Invalid or Unknown Class
\line
/link PrinterError,Printer Errors
\line
/link HelpError,Help Errors
\line
/link ODBCErrors,ODBC Errors
\line
/link DataAccessError,Data Access Errors
\line
/link DatabaseLockErrors,DataBase Lock Errors
\line
/link Error3022,Error 3022 - Can't Have Duplicate Key
\line
/link PasswordErrors,Invalid Account Name or Password Errors
\line
/link Error3049,Error 3049 - Database is Corrupted
\line
/link Error3050,Error 3050 - SHARE.EXE errors
\line
/link Error3058,Error 3058 - Can't Have Null Value In Index
\line
/link DBPermissionErrors,Database Permission Errors
\line
/link NullErrors,Null Errors
\line
/link Error3170,Error 3170 - Couldn't Find Installable ISAM
\line
/endpara
/endtopic
/topic UnrecoverableErrors
/title Unrecoverable Program Errors
/keywords Error3;Error5;Error9;Error10;Error13;Error14
/keywords Error16;Error17;Error19;Erorr20;Error28;Error35
/keywords Error49;Error51;Erorr52;Error54;Error55;Error59
/keywords Error62;Erorr63;Error74;Error260;Error321;Error340
/keywords Error341;Error343;Error344;Error345;Error361
/keywords Error381;Error385;Error401;Error402;Error403;Error404
/keywords Error420;Error460;Error20476;Error20574
/para \sa150 \ql \brdrb \brdrth
/text \cf4 \b \fs30, Unrecoverable Program Errors
/endpara
/para
/text \cf8 \b \fs30, Cause
/endpara
/para
This class of errors is created by a programming error that leads to a
error condition that typically can not be recovered from.
\line
/endpara
/para
/text \cf8 \b \fs30, Action
/endpara
/para
Report this problem to the developer by creating
and printing a problem report. Please provide as much information
as possible about what you were doing that lead up to the error
condition.
\line
\line
You will probably have to Abort the program. Occasionally you may
be able to skip the error and continue. However, the program is not
likely to function correctly after doing so.
/endpara
/endtopic
/topic RecoverableErrors
/title Recoverable Program Errors
/keywords Error360;Error362;Error364;Error365;Error366;Error381
/keywords Error382;Error383;Error384;Error386;Error387;Error388
/keywords Error389;Error390;Error391;Error392;Error393;Error394
/keywords Error395;Error400;Error421;Error422;Error423;Error424
/keywords Error425;Error426;Error427;Error428;Error460;Error480
/keywords Error481;Error520;Error521
/keywords Error30000;Error30001;Error30002;Error30004;Error30005
/keywords Error30008;Error30009;Error30010;Error30011;Error30013
/keywords Error30014;Error30015;Error30016;Error30017;Error30018
/keywords Error30019;Error32755
/para \sa150 \ql \brdrb \brdrth
/text \cf4 \b \fs30, Recoverable Program Errors
/endpara
/para
/text \cf8 \b \fs30, Cause
/endpara
/para
This class of errors is created by a programming error that leads to a
error condition that typically can be recovered from.
\line
/endpara
/para
/text \cf8 \b \fs30, Action
/endpara
/para
Report this problem to the developer by creating
and printing a problem report. Please provide as much information
as possible about what you were doing that lead up to the error
condition.
\line
\line
You will probably be able to skip the error and continue
with minimal, if any, affect on the operation of the program.
However in some cases, the program may not function correctly
after doing so or may lead to incorrect or unexpected results.
/endpara
/endtopic
/topic Error6
/title Error 6 - Overflow
/keywords Error6
/para \sa150 \ql \brdrb \brdrth
/text \cf4 \b \fs30, Error 6 - Overflow
/endpara
/para
/text \cf8 \b \fs30, Cause
/endpara
/para
This error is created by a value becoming greater than
expected and exceeding the maximum established for this type
of field.
\line
/endpara
/para
/text \cf8 \b \fs30, Action
/endpara
/para
Report this problem to the developer by creating
and printing a problem report. Try to identify the field value(s)
that may be exceeding the maximum.
\line
\line
You can try to skip this error. Either the maximum value or zero
will probably be substituted for the invalid value. This may
cause the program to not function as expected or provide incorrect
results.
/endpara
/endtopic
/topic Error7
/title Out of Memory Errors
/keywords Error7,Error342;Error30006;Error31001;Error20478;Error32752
/keywords Error32757;Error32758;Error32759;Error32760;Error32761
/keywords Error32765;Error3035;Error3038;Error3178
/para \sa150 \ql \brdrb \brdrth
/text \cf4 \b \fs30, Out of Memory Errors
/endpara
/para
/text \cf8 \b \fs30, Cause
/endpara
/para
There is not enough memory remaining to perform the requested function.
\line
/endpara
/para
/text \cf8 \b \fs30, Action
/endpara
/para
Reduce the amount of memory currently in use by ending some other
applications and then press the Retry button to retry the function.
\line
\line
If ending other applications does not correct the problem press the
Abort button. Then restart the system and retry the
function that originally created the problem.
\line
\line
If all attempts to eliminate the problem are unsuccessful then
report the problem to the developer by creating and printing a problem
report form and sending it to the developer.
/endpara
/endtopic
/topic Error11
/title Error 11 - Division By Zero
/keywords Error11
/para \sa150 \ql \brdrb \brdrth
/text \cf4 \b \fs30, Error 11 - Division By Z